net/http.http2roundRobinWriteScheduler.streams (field)

7 uses

	net/http (current package)
		h2_bundle.go#L12132: 	streams map[uint32]*http2writeQueue
		h2_bundle.go#L12149: 		streams: make(map[uint32]*http2writeQueue),
		h2_bundle.go#L12155: 	if ws.streams[streamID] != nil {
		h2_bundle.go#L12159: 	ws.streams[streamID] = q
		h2_bundle.go#L12175: 	q := ws.streams[streamID]
		h2_bundle.go#L12189: 	delete(ws.streams, streamID)
		h2_bundle.go#L12200: 	q := ws.streams[wr.StreamID()]